Illegal view object
View object's are used as disposable objects. They are great for storing data used for conditions on a page during the session. So you wont't pollute your "real" data model.
View object's should have exactly one matching page or snippet. They should be non-persistable or inherit from 'JamCommons.PageView'.